Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/Theme Switcher/

app.js /cody/vishal-dcode/Theme Switcher/app.js
30 Views
0 Comments
const html = document.querySelector('html');
const themeToggleBtn = document.getElementById('theme-toggle-btn');
const themeButt
index.html /cody/vishal-dcode/Theme Switcher/index.html
100 Views
0 Comments
<!DOCTYPE html>
<html lang="en" data-theme="dark-mode">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content=
style.css /cody/vishal-dcode/Theme Switcher/style.css
43 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
:root {
--clr-black: #000;
--c